runtime.unwinder.symPC (method)

5 uses

	runtime (current package)
		panic.go#L1128: 			for iu, f := newInlineUnwinder(u.frame.fn, u.symPC()); f.valid(); f = iu.next(f) {
		traceback.go#L581: func (u *unwinder) symPC() uintptr {
		traceback.go#L629: 		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
		traceback.go#L971: 		for iu, uf := newInlineUnwinder(f, u.symPC()); uf.valid(); uf = iu.next(uf) {
		traceback.go#L997: 				printArgs(f, argp, u.symPC())